Package-level declarations

Functions

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.isNotNull(): PredicateSpecification<T>

Creates a PredicateSpecification that checks if the property is not null.

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.isNull(): PredicateSpecification<T>

Creates a PredicateSpecification that checks if the property is null.